home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Headers / mach / sparc / kern_return.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-16  |  220 b   |  13 lines

  1. /* 
  2.  * Copyright (c) 1994 NeXT, Inc.
  3.  */ 
  4.  
  5. #ifndef    _MACH_SPARC_KERN_RETURN_H_
  6. #define    _MACH_SPARC_KERN_RETURN_H_
  7.  
  8. #ifndef    __ASSEMBLER__
  9. typedef    int        kern_return_t;
  10. #endif    __ASSEMBLER__
  11.  
  12. #endif    _MACH_SPARC_KERN_RETURN_H_
  13.